home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / eff_405.zip / EFF_405.TXT next >
Text File  |  1993-01-07  |  30KB  |  585 lines

  1.                //////////////  //////////////// //////////////
  2.             ////             ////             ////
  3. _________ /////////________ /////////_______ /////////________________
  4.         ////               ////             ////
  5.       //////////////////  ////             ////
  6.  
  7. //////////////////////////////////////////////////////////////////////
  8. EFFector Online 4.05          1/7/1993                 editors@eff.org
  9. A Publication of the Electronic Frontier Foundation     ISSN 1062-9424
  10.  
  11.                      -==--==--==-<>-==--==--==-
  12. [Editor's Note: With this issue, EFFector Online will begin to
  13. examine the technical, social, moral, legal and political issues 
  14. surrounding the uses of encryption in computer-based communications. 
  15. While many in various online communities around the world are highly 
  16. conversant with cryptography and encryption, many others are not. 
  17. Because of this we begin our series with Larry Loen's superb primer on
  18. basic cryptography. This article originally appeared as a proto-FAQ
  19. in the Usenet group, sci.crypt. Our readers with an interest in
  20. learning about encryption on an ad-hoc basis are advised to read
  21. sci-crypt and to participate in it. As with any other place on
  22. the Net, "Ask. People know.How the world works is not a secret." -GV]
  23.                      -==--==--==-<>-==--==--==-
  24.  
  25.                     HIDING DATA IN PLAIN SIGHT
  26.                Some Key Questions About Cryptography
  27.             BY LARRY LOEN (lwloen@rchland.vnet.ibm.com)
  28.  
  29. NOTE: The information and opinions expressed in this article
  30. are those of the author and his collaborators and do not
  31. represent the final word on these matters or the opinions,
  32. views or policies of any company or organization.
  33.  
  34.  
  35. Q1:  What is cryptography?  How, basically, does it work?
  36.   What are the basic terms used to describe cryptography?
  37.  
  38.   Cryptography is the art and science of hiding data in plain sight.
  39.   It is also the art and science of stealing data hidden in plain sight.
  40.   There are at least three players. The first is the one who has
  41.   the original data, which is presumed to have high value to
  42.   others. This data is presumed to reside in a safe place that
  43.   no one but the originator and his/her friends can see. (If the
  44.   originator cannot physically secure the original data,
  45.   cryptography is a waste of time). Now, for cryptography to be
  46.   necessary, the data must, for some reason, have to be
  47.   transmitted over some public means such as a telephone line, a
  48.   letter through the mail; any means that cannot be physically
  49.   secured by the owner to a legitimate receiver of the data. The
  50.   receiver is the second party.
  51.  
  52.   Cryptography is any transformation of the data into a form
  53.   that cannot (it is hoped) be recovered in a timely manner by an
  54.   unknown party, which is called here 'the opponent'.
  55.   The transformation is not some physical means, such as hiding the
  56.   data on microfilm or  some such; it is some mathematical
  57.   transformation that scrambles the original data in a way
  58.   that the receiver on the other end knows how to unscramble.
  59.  
  60.   The process of scrambling (transforming) the data is called
  61.   'encryption'. Unscrambling is called decryption. An
  62.   encryption system has two basic parts. 1) A general
  63.   transformation process called the encryption algorithm. 2) A
  64.   customization of that algorithm called a cipher key. The
  65.   sender and the receiver must find a secure means to exchange
  66.   the cipher key. That is, the same public means used to send
  67.   the encrypted data cannot be used. This may be a difficult
  68.   problem, and has a variety of solutions, but will be assumed
  69.   solved for now. Once the key is successfully exchanged, the
  70.   two parties can separately implement the encryption algorithm
  71.   and its inverse, the decryption algorithm.
  72.  
  73.   At this point, the data can be transmitted in its encrypted form
  74.   using the agreed-to key to customize the general algorithm to a
  75.   particular version that transforms the data. Since the
  76.   encrypted data is sent over some insecure medium, it is assumed
  77.   that an opponent (the third party) may intercept the data,
  78.   possibly without being detected, and analyze the encrypted
  79.   text, also called cipher text.
  80.  
  81.   In theory, any encryption system can be defeated, given enough
  82.   time. The amount of time it takes cannot always be predicted.
  83.   This is because the opponent can supply extra information
  84.   that might reduce the computation time a great deal. For one
  85.   thing, the sender and receiver may make a very poor choice of
  86.   cipher key. If the opponent has a list of poor keys, a
  87.   computer may permit a large list of such keys to be tried;
  88.   if the poor key actually used is on the list, the opponent wins
  89.   even if the encryption system is otherwise secure.
  90.  
  91.   All methods the opponent dreams up have one thing in common.
  92.   It is an attempt to recover the original data without advance
  93.   knowledge of the particular cipher key. There are a wide
  94.   variety of means available and some will be described later on.
  95.   The name for any of these methods is called 'cryptanalysis' and
  96.   the person who does the penetration is called the cryptanalyst.
  97.  
  98.   In diagram form (the boxes indicated physically secure areas)--
  99.  
  100.   -------------|                   --------------
  101.     Sender     |                   | Receiver
  102.    "x"         |                   |  cipher key
  103.     cipher key |------->  y  ----->|
  104.    y=Encrypt(  |          |        | x=Decrypt(y,key)
  105.       x,key)   |          |        |
  106.   -------------|          |        |-------------
  107.                           V
  108.                      Opponent
  109.                      z = Cryptanalysis(y,Encrypt Algorithm,
  110.                          general knowledge of x, guesses about
  111.                          secret key, statistical analysis of y)
  112.  
  113.        The opponent uses Cryptanalysis of message y until
  114.        the value z is either equal to x or z is "enough" like
  115.        x to accomplish the illicit purpose. The sender and
  116.        receiver win whenever recovery of z takes too much time.
  117.  
  118. Q2:  I have invented this wonderful, fast-running encryption
  119.   algorithm. How do I find out if it is as great as I think it
  120.   is?
  121.  
  122.   It is one thousand times easier to invent an encryption
  123.   algorithm than it is to discover if it is worthwhile. Most
  124.   designers who have not learned cryptography are used to dealing
  125.   with mathematics that discusses the general case. But,
  126.   successful cryptanalysis often relies on any number of
  127.   fortuitous special cases that the designer must anticipate lest
  128.   a given key and data stream create even one of them. Many
  129.   practical illicit decryptions astonish the newcomer; they seem
  130.   like cheating, but they do work.
  131.  
  132.   It is easy to get superficial reassurance that a poor
  133.   encryption algorithm seems good. Most people reading this file
  134.   have probably attempted the kinds of cryptograms one finds in
  135.   newspapers and puzzle books (usually called 'cryptograms').
  136.   That encryption algorithm is simple -- one replaces each letter
  137.   of the alphabet with exactly one other letter of the alphabet.
  138.   In less than an hour, sixth graders have been taught to
  139.   successfully solve this kind of cipher. Yet, it has 26
  140.   factorial possible keys (about 2 to the 88th power), which is
  141.   much more than the 2 to the 56th keys of the well known
  142.   commercial algorithm, DES. A large number of keys is
  143.   important, but is not by itself secure. Obviously, the
  144.   successful sixth graders do not attempt all possible keys.
  145.   They use their general knowledge of English to shortcut the
  146.   process and eliminate all but a few possible keys.
  147.  
  148.   Since the gross mathematical properties of an encryption
  149.   system prove nothing, only cryptanalytic attacks matter
  150.   and these require some study.
  151.  
  152. Q3:  What is an "attack"?
  153.  
  154.   An attack is a particular form of cryptanalysis. There are
  155.   generic types of attacks, and some very specific attacks. In
  156.   the end, cryptography is a war of specifics. The opponent
  157.   will either invent a very clever and unique attack or will
  158.   customize a general attack to suit the needs at hand. Some
  159.   attacks might even exploit the properties of a particular
  160.   message or settle for a partial illicit decryption.
  161.  
  162.   However, in sci.crypt, there is a great deal of discussion
  163.   about attacks, both general and specific, and an assumption
  164.   that the reader can fill in missing details at times. Since
  165.   those who post here usually have other things to do, to-the-bit
  166.   details are often omitted.
  167.  
  168. Q4:  Hmm. In spite of questions 2 and 3, I still think I
  169.   have a pretty good system. But, it seems pretty hard
  170.   to know if it can really defeat an expert. Still, I know
  171.   it will work if I can keep my method secret, right?
  172.  
  173.   Good luck. There are documented cases aplenty where an
  174.   encryption system was deduced based entirely on clever analysis
  175.   of the encrypted text alone. There are also known cases
  176.   where encryption systems were deduced because the encrypted
  177.   text was later published verbatim somewhere (for instance, a
  178.   press release) and so the system was figured out, eliminating
  179.   the presumed secrecy advantage for the next cipher text.
  180.  
  181. Q5:  What are the principal cryptanalytic attacks?
  182.  
  183.   The first is "cipher text only". This is recovering the text
  184.   or the key by analysis of the text (using statistical means,
  185.   for instance) and by knowing broad details such as whether it
  186.   is the text of someone's speech, a PC-DOS EXE file, whether text
  187.   is in English or French. For non-puzzle examples, such broad
  188.   information is almost always reliably known. People have some
  189.   idea of what they wish to steal. The weakest systems fall to
  190.   this form of attack.
  191.  
  192.   The next attack is "known plaintext". If one works with a
  193.   newspaper cryptogram, one may have little idea of what is in
  194.   the text. However, if one was illicitly trying to decrypt the
  195.   source code of Megabarfoocorp's C++ compiler, one would be much
  196.   better off. There would be lots of things one could
  197.   confidently expect, such as long strings of the space
  198.   character, strings like "if (" and "if(" and the like.
  199.  
  200.   There would even be whole phrases like "Copyright 1990,
  201.   Megabarfoocorp International" or some such. With imagination,
  202.   surprisingly long strings can be predicted. Computers can
  203.   tirelessly try a number of trivial variations of such known
  204.   text at a great many locations. Knowledge of the encryption
  205.   system may reveal the correct placement outright or a small
  206.   number of places to try. A wide variety of systems can be
  207.   broken if enough known plaintext can be successfully placed.
  208.  
  209.   The next attack is "chosen plaintext". In some situations, it
  210.   is possible for the opponent to pose as the legitimate user
  211.   of the encryption system. This is especially true in "public
  212.   key" systems (described later). In this case, the opponent
  213.   can present fairly arbitrary unencrypted data of his/her
  214.   choosing, cause it to be encrypted, and study the results.
  215.   Very few systems ever invented pass this test, but it should be
  216.   seriously considered for any significant use. Why?  No
  217.   designer can dream up all attacks. Moreover, at some point, a
  218.   form of known plaintext attack may well enough approximate a
  219.   chosen plaintext attack to make it worthwhile for the designer
  220.   to allow for it to begin with, especially as it might not be
  221.   dreamed up by the designer!
  222.  
  223.   There are other attack strategies. One worth mentioning for
  224.   telecommunications applications is the "replay" attack.
  225.   Suppose one has an Automatic Teller Machine (ATM) which uses a
  226.   substitution cipher. Since one assumes the telephone line to
  227.   the ATM can be tapped (why encrypt if it cannot?), one can also
  228.   assume the opponent can _inject_ false ciphertext. Thus,
  229.   without even being aware of the actual system, an opponent may
  230.   be able to simply replay old ciphertext and get the cash drawer
  231.   to give him/her $50 from your account. There are encryption
  232.   systems which avoid this difficulty.
  233.  
  234.   Another general form of attack often not considered by
  235.   newcomers is comparing multiple messages using the same key.
  236.   It is impractical to use a different key for each cipher
  237.   text (with one important exception called the 'one time
  238.   pad'). Therefore, an opponent will have several different
  239.   texts encrypted in the same key and may be able to exploit
  240.   this fact. All transpositions algorithms (those which merely
  241.   scramble the order of the bytes) are vulnerable to this
  242.   attack. More sophisticated systems are also vulnerable to this
  243.   attack in some cases as well.
  244.  
  245.   This is a vast area and one of the things that is difficult,
  246.   even for experienced designers, is anticipation of all possible
  247.   attacks. Moreover, there is no obligation on the attacker's
  248.   part to be less mathematically sophisticated than the designer.
  249.   A system that survives the attacks the designer invents may
  250.   fall easily to a mathematical approach the designer of the
  251.   system is unfamiliar with.
  252.  
  253.   And, one even has to worry about items like a rare bug in the
  254.   program that injects the cipher key rather than the cipher text
  255.   into the output stream. It is amazing how often trifling
  256.   errors in the implementation make theory irrelevant.
  257.  
  258. Q6: What does make a system 'good'?
  259.  
  260.   What makes a system 'good' relies on many details specific to
  261.   a given situation. Only after a lot of ingenious attacks are
  262.   tried can a system be released for use. There never can be any
  263.   absolute guarantees. All that can be said is that it defeated
  264.   the best experts available. The opponent may be smarter.
  265.  
  266.   However, there are some agreed-to minimums that a good system
  267.   must have to even be worth serious analysis --
  268.  
  269.   1)  It must be suitable for computer use. Ordinary byte streams
  270.    (as arbitrary as possible) would be the input "plain"
  271.    text and byte streams would be the output "cipher" text.
  272.    There should be few cases where some kinds of input text
  273.    produces poor results and these, if they exist, should be
  274.    easily known, described, and avoided.
  275.  
  276.   2)  To be cost-competitive, it must produce about the same number of
  277.    output cipher bytes as input plain bytes. Relaxing this restriction
  278.    is not as helpful as one might think; the best historical systems
  279.    meet this restriction, so a new system must meet it also.
  280.  
  281.   3)  Output bytes should have a complex relationship between the key,
  282.    the plain text being encrypted, and possibly some amount of
  283.    text previously encrypted. "Simple", general methods, such
  284.    as creation/construction of minterm sums and matrix inversions should
  285.    not produce the cipher key or an equivalent, usable illicit
  286.    decryption method.
  287.  
  288.   4)  Trying all keys must not be practical. Trying a cleverly ordered
  289.    subset of the keys must not work. This is hard to achieve; it means
  290.    that the failure of a particular key X to illicitly decrypt must
  291.    not also allow an opponent to conclude that some large class of keys
  292.    "similar" to X need not be tried.
  293.  
  294.    All keys must be equally strong; any exceptions must be well
  295.    known, few in number, and easily avoided.
  296.  
  297.   5)  Assume all details about the encryption algorithm are known.
  298.    Relying on a secret method has failed repeatedly. It is prudent to
  299.    assume only the variable part of the system, called the cipher key,
  300.    that is selected by the customer, is unknown.
  301.  
  302.   6)  Classical attacks must be tried in great variety and ingenuity.
  303.    Details of this are beyond the scope of this file. For a summary
  304.    of the principal attacks, see Question 5, "What are the principal
  305.    cryptanalytic attacks?". It is easy to do this particular step
  306.    incompletely. Remember, there may be little effective limit to the
  307.    resources or the brain power of one's opponent. The data may be
  308.    very valuable and it make take only a couple of days rental of the
  309.    right kind of consultant and a supercomputer to get the job
  310.    done. The legitimate user will, by contrast, have a smaller
  311.    budget that is begrudged as "overhead".
  312.  
  313.   7) Performance must be competitive with existing solutions. A
  314.    practical problem is that every moment spent encrypting is
  315.    regarded as "overhead". Therefore, the method must not be
  316.    uncompetitive with existing algorithms regarded as secure.
  317.  
  318.   Inventing one's own system is an interesting pastime and quite
  319.   educational. However, any hope of really securing data requires, at
  320.   the very minimum, mastery of illicit decipherment. It is very easy
  321.   to scramble data impressively and please oneself. This is not
  322.   the same as keeping it actually secure.
  323.  
  324. Q7:  OK, you guys seem to know a lot about this stuff. I
  325.   think I have a neat system. Here's a message I encrypted.
  326.   Tell me if the system is any good. Oh, and can I keep my
  327.   algorithm secret?  I think I want to patent it, so Q5 does not
  328.   apply in my case.
  329.  
  330.   Most people read and understand questions 5 and 6 and their
  331.   implications. But, a few individuals, because of what they
  332.   invented, believe they have an exception of some kind. If that
  333.   is you, you're setting yourself up for disappointment. Even if
  334.   you are stone cold right about what you have invented, you are
  335.   not going about proving it properly. The main issue is a
  336.   mindset issue. Analyzing a cipher is not like a proposition
  337.   in geometry or the denouement of a mystery novel. One's
  338.   intuition about proofs may not hold for cryptography.
  339.  
  340.   Finding out if a cipher is any good is perhaps most like
  341.   debugging a program. Just as you can never be sure you got all
  342.   of the bugs out, you can never be sure you have a cipher that
  343.   will withstand all attacks an opponent might come up with.
  344.  
  345.   So, even if you do publish some form of challenge, and even if
  346.   the posters of sci.crypt attack it vigorously, it may prove
  347.   nothing.
  348.  
  349.   Second, you may not be in a position to form a good, sound
  350.   test. Beginners who get this far are peeved that they are
  351.   asked to reveal their encryption algorithm. They may also be
  352.   asked to reveal whole paragraphs of cipher text or to encrypt
  353.   certain texts in a secret key and give the answer back. All
  354.   these things seem like cheating. The answer is: real opponents
  355.   _do_ cheat. Unlike those who post here, they are not above
  356.   burglarizing your home to get a copy of your source code, if
  357.   that is cheaper than hiring experts by the hour, to give a
  358.   relevant example. Whatever we ask for will represent a close
  359.   analogy of a real-world attack.
  360.  
  361.   If you are still convinced you have a good system, by all means
  362.   go out and try to patent it; you are not legally obliged to
  363.   ask our help, after all. But history is against you; against
  364.   you so much that you will find few people here that are willing
  365.   to trust your definition of a good test of a cipher.
  366.  
  367.   There is no 'royal road' to cryptography. The best thing to do
  368.   is take a couple of months and seriously study crytanalysis.
  369.  
  370. Q8:  What are the legal restrictions on cryptography?
  371.  
  372.   You'd have to ask a lawyer. Most governments consider cryptography a
  373.   sensitive topic for one reason or another. There are a variety
  374.   of restrictions possible.
  375.  
  376.   Most governments don't give their reasons publicly, so one
  377.   may not know why there are restrictions, just that there are
  378.   restrictions to follow.
  379.  
  380.   One can expect to find laws about sending encrypted data over national
  381.   borders and may often expect to find laws about the import and
  382.   export of encryption systems.
  383.  
  384.   Since sending data over Internet, BitNet, Usenet, Fidonet, etc.
  385.   may cross national borders (even if the originator does not
  386.   realize it), a basic familiarity with these laws is recommended
  387.   before sending out encryption systems or encrypted data.
  388.  
  389. Q9:  What is a public key system?
  390.  
  391.   A public key system is an encryption method with a unique
  392.   property -- encryption and decryption use different keys and
  393.   one of those keys can be published freely.
  394.  
  395.   Being able to pass around the 'decrypt' key part of one's
  396.   encryption algorithm allows some very interesting things to
  397.   happen. For one thing, messages can be exchanged by people who
  398.   had not planned on doing so in advance. One merely encrypts in
  399.   one's private key, decrypts using the receiver's public key and
  400.   passes on the result to the receiver. The receiver encrypts in
  401.   his/her own private key, then decrypts using the sender's public
  402.   key, recovering the message.
  403.  
  404. Q10:  What is key distribution?
  405.  
  406.   Key distribution is the practical problem of exchanging keys
  407.   between the parties that wish to set up an encryption system
  408.   between the two of them. Especially in a network environment,
  409.   passing keys one can trust back and forth, can be difficult.
  410.   How can one be sure a cipher key was not sent by an impostor?
  411.   Unless the keys are exchanged in a secret, secure place,
  412.   face-to-face, getting keys securely exchanged and with
  413.   knowledge of the fact that the key was sent authentically can
  414.   be difficult. Yet, any practical system must permit reasonably
  415.   convenient, but very secure exchange of cipher keys.
  416.  
  417.   Once a few special keys are securely exchanged, it may be
  418.   possible to send new cipher keys in encrypted form between the
  419.   sender and receiver that have a known lifetime. That is, the
  420.   cipher key is sent in a special encrypted message using a
  421.   special key used only for exchanging keys. In
  422.   telecommunications environments, this allows frequent change of
  423.   keys between the parties 'safely' over the same insecure medium
  424.   used to send the cipher text. While this idea is at the heart
  425.   of much commercial use of cryptography, it is not easily
  426.   accomplished and less easily summarized.
  427.  
  428. Q11:  What is the 'one time pad'?
  429.  
  430.   The 'one time pad' is an encryption method that is known to be
  431.   absolutely, provably secure. How it works is as follows --
  432.   1. Generate a huge number of bits using a naturally random
  433.   process. 2. Both sides exchange this data, which is as much
  434.   data as they are going to exchange later on. 3. Exclusive OR the
  435.   original text, bit by bit, with the 'one time pad' data, never
  436.   reusing the 'one time pad' data. 4. Have elaborate rules to
  437.   keep the two sides in synch so that the data can be recovered
  438.   reliably by the receiver. (Both sides must know where they are
  439.   in terms of how much 'one time pad' has been consumed).
  440.  
  441.   Note that only genuine, naturally random processes will do. There
  442.   must be no relationship between any prior bit of the 'one time pad'
  443.   and a future bit of the key. "Random number generators", in
  444.   particular, may not substitute and still be a 'one time pad'. The
  445.   reason the one time pad works is precisely because there is no
  446.   relationship between any bits of the key stream. All cipher
  447.   keys are equally probable. All original data messages are
  448.   equally probable. There is no 'hat' to hang analysis upon.
  449.   Even if one can inject as much text into a one time pad as one
  450.   wishes, recovering the key stream tells nothing about the next
  451.   message.
  452.  
  453.   Unfortunately, one time pads are very ungainly, so they are not
  454.   typically used. The requirement to have a genuinely random process,
  455.   with the right kind of statistical probability, is not easy to
  456.   to set up. The ability to exchange vast amounts of data,
  457.   securely, in advance, is not easy to achieve in environments
  458.   when encryption is needed in the first place.
  459.  
  460.   There are a variety of cipher systems which generate "pseudo
  461.   one time pad" streams of cipher key, but all have the same
  462.   theoretical vulnerability; any algorithmic process introduces
  463.   relationships between some old key bit(s) and the new key bit
  464.   and so permits cryptanalysis. "Random number generators" are
  465.   frequently dreamed up by newcomers as a "pseudo one time pad",
  466.   but they are notoriously vulnerable to analysis, all
  467.   independent of whether the pseudo-random stream satisfies
  468.   randomness tests or not.
  469.  
  470.   The favorite example is a "standard" pseudo-random number
  471.   generator of the form x = ((A*x) +C) mod M where A, C, and M
  472.   are fixed and x is the most recent value used to form the last
  473.   "random" number. Thus, the key of the cipher is the initial
  474.   value of x. Let's set M equal to two to the 32nd for this example.
  475.  
  476.   Now, if one can predict or simply find the word
  477.   "the " (the word "the" followed by a space character) on a
  478.   even four byte boundary in the file, one can recover an old
  479.   value of "x" and predict the rest of the keystream from that
  480.   point, which may be enough of a "break" to accomplish the
  481.   purpose. This is true even if the particular A, C, and M
  482.   perfectly satisfy any randomness test that anyone ever devised.
  483.  
  484.   Naturally, this example can be improved upon, but it
  485.   illustrates the potential problem all such methods have.
  486.  
  487. Q12:  What is the NSA (National Security Agency)?
  488.  
  489.   The NSA has several tasks. The most relevant here is that it employs
  490.   the United States' government's cryptographers. Most nations have some
  491.   department that handles cryptography for it, but the US' NSA tends to
  492.   draw the most attention. It is considered equal to or superior to any
  493.   such department in the world. It keeps an extremely low public
  494.   profile, and has a "large", but secret budget. Because of these and
  495.   other factors, there will be many posts speculating about the
  496.   activities and motives of the NSA.
  497.  
  498. Q13:  What is the American Cryptogram Association?
  499.  
  500.   American Cryptogram Association Information, Sept 1992
  501.  
  502.   The American Cryptogram Association is an international group
  503.   of individuals who study cryptography together and publish
  504.   puzzle ciphers to challenge each other and get practical
  505.   experience in solving ciphers. It is a nonprofit group.
  506.  
  507.   The American Cryptogram Association (ACA) publishes the
  508.   bi-monthly magazine, "The Cryptogram", which contains
  509.   a wide variety of simple substitution ciphers ("cryptograms")
  510.   in English and other languages as well as cryptograms
  511.   using cipher systems of historical interest (such as Playfair).
  512.  
  513.   The level of difficulty varies from easy to difficult. Except
  514.   for "foreign language" cryptograms, all text is in English.
  515.  
  516.   The magazine also features "how to" articles at the hobbyist level
  517.   and other features of interest to members. A "Computer Supplement"
  518.   is also available which features articles on computerizing various
  519.   phases of cryptogram solving; the level of the articles varies from
  520.   simple programming examples to automatic algorithmic solutions of
  521.   various cipher systems. The supplement is available as a separate
  522.   subscription, and is published when material permits; usually two
  523.   or three times per year.
  524.  
  525.   Where to write for subscription or other information --
  526.  
  527.   ACA Treasurer
  528.   18789 West Hickory St
  529.   Mundelein IL 60060
  530.  
  531. Q14:  What are some good books on cryptography?
  532.  
  533.   Good books on this topic that weren't government classified used
  534.   to be rare. There are now a host of good books. One informal
  535.   test of a library's quality is how many of these are on the
  536.   shelves. These are widely available, but few libraries have
  537.   them all.
  538.  
  539.     David Kahn, The Codebreakers, Macmillan, 1967 [history; excellent]
  540.     H. F. Gaines, Cryptanalysis, Dover, 1956 [originally 1939, as
  541.         Elementary Cryptanalysis]
  542.     Abraham Sinkov, Elementary Cryptanalysis, Math. Assoc. of Amer.,
  543.         1966
  544.     D Denning, Cryptography and Data Security, Addison-Wesley, 1983
  545.     Alan G. Konheim, Cryptography:  A Primer, Wiley-Interscience, 1981
  546.     Meyer and Matyas, Cryptography:  A New Dimension in Computer Data
  547.         Security, John Wiley & Sons, 1982.
  548.   Books can be ordered from Aegan Park Press. They are not inexpensive,
  549.         but they are also the only known public source for most of these
  550.         and other books of historical and analytical interest.
  551.         From the Aegean Park Press P.O. Box 2837, Laguna
  552.         Hills, CA 92654-0837
  553.         [write for current catalog].
  554.  
  555.   The following is a quality, scholarly journal. Libraries may carry
  556.   it if they are into high technology or computer science.
  557.  
  558.      Cryptologia:  a cryptology journal, quarterly since Jan 1977.
  559.         Cryptologia; Rose-Hulman Institute of Technology; Terre Haute
  560.         Indiana 47803 [general: systems, analysis, history, ...]
  561.  
  562.   Thanks to
  563.      cme@ellisun.sw.stratus.com (Carl Ellison)
  564.      Gwyn@BRL.MIL (Doug Gwyn)
  565.      smb@ulysses.att.com (Steven Bellovin)
  566.   for assembling this list of books in bibliography form. I knew
  567.   of each here, but getting all the details is a lot of work.
  568.   Thanks again.
  569. ------------------------]
  570.    Larry W. Loen        | My Opinions are decidedly my own,so please
  571.                         | do not attribute them to my employer
  572. ------------------------]
  573. =====================================================================
  574.      EFFector Online is published by
  575.      The Electronic Frontier Foundation
  576.      155 Second Street, Cambridge MA 02141
  577.      Phone: +1 617 864 0665 FAX: +1 617 864 0866
  578.      Internet Address: eff@eff.org
  579.  Reproduction of this publication in electronic media is encouraged.
  580.  Signed articles do not necessarily represent the view of the EFF.
  581.  To reproduce signed articles individually, please contact the authors
  582.  for their express permission. EFFector Online is edited by Gerard
  583.  Van der Leun (van@eff.org) and Rita Rouvalis (rita@eff.org).
  584. =====================================================================
  585.